home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / castools.zip / WHATSOND.ISK < prev   
Text File  |  1990-02-28  |  2KB  |  66 lines

  1. FILE: WHATSOND.ISK   (What's on disk)
  2.  
  3.     The root directory of the CAS Toolkit diskette has six directories:
  4.  
  5.       INCLUDE
  6.       LIB
  7.       FAXSRC
  8.       CASSRC
  9.       PBSRC
  10.       MANUAL
  11.  
  12.     The INCLUDE directory contains all the include files (*.H and *.INC) that
  13.     are used by the libraries and programs that use the libraries.  The files
  14.     are:
  15.  
  16.         MULTI.INC
  17.         MODEL.INC
  18.  
  19.         CAS.H
  20.         FAX.H
  21.         FAXGLOB.H
  22.         FAXDFLTS.H
  23.         FAXERROR.H
  24.  
  25.         PHONEBK.H
  26.         PBGLOBAL.H
  27.         PBDFLT.H
  28.         PBERROR.H
  29.  
  30.     The LIB directory contains four memory-model versions (SMALL, MEDIUM,
  31.     COMPACT, and LARGE) for each of the three libraries of the Toolkit. The
  32.     libraries have been compiled and linked by Microsoft C 5.1.  The files
  33.     are:
  34.  
  35.         SCASLIB.LIB
  36.         MCASLIB.LIB
  37.         CCASLIB.LIB
  38.         LCASLIB.LIB
  39.  
  40.         SFAXLIB.LIB
  41.         MFAXLIB.LIB
  42.         CFAXLIB.LIB
  43.         LFAXLIB.LIB
  44.  
  45.         SPBLIB.LIB
  46.         MPBLIB.LIB
  47.         CPBLIB.LIB
  48.         LPBLIB.LIB
  49.  
  50.     The three SRC directories contain the source files for the functions in
  51.     the three Toolkit libraries.  They also contain sample makefiles and 
  52.     batchfiles for building the libraries using Microsoft's MAKE.EXE program.
  53.  
  54.     The MANUAL directory contains ASCII versions of the Toolkit manual and
  55.     the appendix "Recent News About the CAS and Phonebook Toolkit".
  56.     These files are:
  57.  
  58.          TKMANUAL.TXT
  59.          NEWS.TXT
  60.  
  61.     In addition to the six directories, the root directory contains the
  62.     following two files:
  63.  
  64.          README              (information about installation)
  65.          WHATSOND.ISK        (this file)
  66.